Autogenerated HTML docs for v1.6.2-rc0-48-ge5f50 
diff --git a/git-svn.html b/git-svn.html index 4bce43b..1c45cf4 100644 --- a/git-svn.html +++ b/git-svn.html 
@@ -1156,6 +1156,19 @@  metadata so users of it will see the public URL.   </p>   </dd>  +<dt>  +svn.brokenSymlinkWorkaround  +</dt>  +<dd>  +<p>  +This disables potentially expensive checks to workaround broken symlinks  +checked into SVN by broken clients. Set this option to "false" if you  +track a SVN repository with many empty blobs that are not symlinks.  +This option may be changed while "git-svn" is running and take effect on  +the next revision fetched. If unset, git-svn assumes this option to be  +"true".  +</p>  +</dd>   </dl></div>   <div class="para"><p>Since the noMetadata, rewriteRoot, useSvnsyncProps and useSvmProps   options all affect the metadata generated and used by <em>git-svn</em>; they  @@ -1326,7 +1339,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-01-26 17:36:32 UTC  +Last updated 2009-02-11 20:16:38 UTC   </div>   </div>   </body>  
diff --git a/git-svn.txt b/git-svn.txt index 7b654f7..3d45654 100644 --- a/git-svn.txt +++ b/git-svn.txt 
@@ -499,6 +499,14 @@ 	the repository with a public http:// or svn:// URL in the 	metadata so users of it will see the public URL.   +svn.brokenSymlinkWorkaround:: +This disables potentially expensive checks to workaround broken symlinks +checked into SVN by broken clients. Set this option to "false" if you +track a SVN repository with many empty blobs that are not symlinks. +This option may be changed while "git-svn" is running and take effect on +the next revision fetched. If unset, git-svn assumes this option to be +"true". +  --    Since the noMetadata, rewriteRoot, useSvnsyncProps and useSvmProps